--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 43e1912a0af9d76b73fa5edeb576e4b2249ad0dd
Parents : 94a0bca
Author : Mark Qvist <mark@unsigned.io>
Date : 2024-06-06T13:04:20+02:00
Improved preferences screen layout
Changes
Diff
diff --git a/sbapp/ui/layouts.py b/sbapp/ui/layouts.py
index 6ea48b86..b0ce0ed3 100644
--- a/sbapp/ui/layouts.py
+++ b/sbapp/ui/layouts.py
@@ -1360,6 +1360,19 @@ MDScreen:
font_size: dp(24)
height: dp(64)
+ MDLabel:
+ text: "Appearance"
+ font_style: "H6"
+ size_hint_y: None
+ height: self.texture_size[1]
+
+ MDLabel:
+ id: settings_info3
+ markup: True
+ text: "\\nThis section lets you configure the appearance of the application to suit your preferences, such as themes and what levels of information to display. When user icons are enabled, the contact list will display icons other users have configured in their [b]Telemetry[/b] settings.\\n"
+ size_hint_y: None
+ height: self.texture_size[1]
+
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None
@@ -1450,6 +1463,19 @@ MDScreen:
pos_hint: {"center_y": 0.3}
active: False
+ MDLabel:
+ text: "\\nBehaviour"
+ font_style: "H6"
+ size_hint_y: None
+ height: self.texture_size[1]
+
+ MDLabel:
+ id: settings_info3
+ markup: True
+ text: "\\nThis section configures various automated actions and default behaviours. Sync intervals can be configured, and you can control what kind of peers can send you messages.\\n"
+ size_hint_y: None
+ height: self.texture_size[1]
+
MDBoxLayout:
orientation: "horizontal"
size_hint_y: None
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────